Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2634

@NordicBuilder NordicBuilder requested review from a team as code owners March 18, 2025 12:24
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Mar 18, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Mar 18, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@c9113a8 nrfconnect/sdk-zephyr@02dc89c (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Mar 18, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 8

Inputs:

Sources:

sdk-nrf: PR head: 20657e16dde3622d949f6952f51fac5c6b45fcf3
zephyr: PR head: 02dc89c8c8fd8c9ff9b58e7ad00bf9979e593faf

more details

sdk-nrf:

PR head: 20657e16dde3622d949f6952f51fac5c6b45fcf3
merge base: 3fab3c2458cc7e9951e258be1c24aed17ec3cec3
target head (main): 1d69328e1a3cb93a6101ecf49c24671798f31ef6
Diff

zephyr:

PR head: 02dc89c8c8fd8c9ff9b58e7ad00bf9979e593faf
merge base: c9113a87822e123bd287568c957d92b35502e5d1
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (43)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l09pdk
│  │  │  │  │ nrf54l09pdk_nrf54l09-common.dtsi
│  ├── cmake
│  │  ├── modules
│  │  │  │ extensions.cmake
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  │ gatt.rst
│  │  ├── releases
│  │  │  │ release-notes-4.2.rst
│  ├── drivers
│  │  ├── bluetooth
│  │  │  ├── hci
│  │  │  │  ├── hci_nxp.c
│  │  │  │  │ ipc.c
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  ├── bluetooth.h
│  │  │  │  ├── gatt.h
│  │  │  │  │ hci_types.h
│  ├── modules
│  │  ├── mbedtls
│  │  │  ├── Kconfig.tls-generic
│  │  │  ├── configs
│  │  │  │  │ config-tls-generic.h
│  ├── samples
│  │  ├── psa
│  │  │  ├── its
│  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  ├── overlay-tfm.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── persistent_key
│  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  ├── overlay-tfm.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.adv
│  │  │  ├── audio
│  │  │  │  │ bap_broadcast_assistant.c
│  │  │  ├── host
│  │  │  │  ├── adv.c
│  │  │  │  ├── att.c
│  │  │  │  ├── ecc.c
│  │  │  │  ├── gatt.c
│  │  │  │  ├── hci_core.c
│  │  │  │  ├── hci_core.h
│  │  │  │  │ smp.c
│  │  ├── secure_storage
│  │  │  │ Kconfig
│  ├── tests
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── host
│  │  │  │  │  ├── gatt
│  │  │  │  │  │  ├── ccc_store
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ gatt_client_test.c
│  │  │  │  │  ├── security
│  │  │  │  │  │  ├── ccc_update
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  ├── subsys
│  │  │  ├── secure_storage
│  │  │  │  ├── psa
│  │  │  │  │  ├── crypto
│  │  │  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  │  │  ├── overlay-tfm.conf
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── its
│  │  │  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  │  │  ├── overlay-tfm.conf
│  │  │  │  │  │  ├── overlay-transform_default.conf
│  │  │  │  │  │  │ prj.conf

Outputs:

Toolchain

Version: 4ffa2202d5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4ffa2202d5_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1881
    • sdk-zephyr test count: 963
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-sdk-find-my
    • ❌ test-low-level
    • ❌ test-sdk-dfu
    • ⚠️ test_ble_nrf_config
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-zigbee
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2634 branch 2 times, most recently from 352183e to fc34e1f Compare March 19, 2025 08:19
@sonarqubecloud
Copy link

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2634 branch from fc34e1f to 31808e7 Compare March 24, 2025 08:47
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2634 branch from 31808e7 to 20657e1 Compare March 24, 2025 08:49
@NordicBuilder NordicBuilder removed the DNM label Mar 24, 2025
@tejlmand
Copy link
Contributor

Included in nrfconnect/sdk-zephyr#2661

@tejlmand tejlmand closed this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants